home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / xrs34ovl.arc / XRS34OVL.DOC < prev   
Text File  |  1990-07-16  |  2KB  |  45 lines

  1. Note: The XRS overlayed versions are bumping up against the limit of static
  2. data allowed in a program (64k), so I had to cut the outbound message limit
  3. down to 90 (it used to be 99) when I added support for 72-character subject
  4. fields (which ate up a good bit of remaining static data table space).
  5.  
  6. XRS will soon be linked with RTLink+ 3.1 (and later RTLink+ 4.0 with "VML")
  7. so that a single version will run either overlayed or not depending on what
  8. size and type of memory is available.  It will be possible to run XRS 4.00+
  9. versions (probably betas before that!) in less than 200k of available RAM!
  10.  
  11. The RTLink'd versions will cache overlays in LIM/EMS or XMS 2.0-compatible
  12. extended memory.  If you are a registered user, announcements of these new
  13. versions will be made in the "QMX_XRS" support conference when they become
  14. available...
  15.  
  16. For those of you into the technical aspects of the program, the XRS overlay
  17. requirements of the current versions are:
  18.  
  19.  
  20.  Executable    Load Size  Savings
  21. ------------    -------   -------
  22.  
  23. RESP_OVL.EXE     176336     65k
  24. RESP2OVL.EXE     175312     63k
  25. RESP3OVL.EXE     192508     45k
  26.  
  27.  
  28. Note that the "Load Size" is the minimum free RAM just to load the program
  29. itself and does *not* include dynamic memory requirements!  The minimum RAM
  30. required for normal program functions is 100k - slightly more when you use
  31. 43-, 50- or 60-line modes, and more with increasingly larger mailbags.  You
  32. can probably run in less memory than this, but certain functions may not be
  33. available, and certain functions will automatically lock themselves out if
  34. they notice there is insufficient RAM to load the first time you use them.
  35. (For example, if the <F6> pop-up summary/index bombs the first time you use
  36. it due to insufficient RAM, it will lock the <F6> key out permanently.)
  37.  
  38. The "Savings" given are the amount of RAM needed (less than a corresponding
  39. non-overlayed version).
  40.  
  41. The "RESP3OVL.EXE" version is *not* a '386-specific version - it is simply
  42. a slightly modified version of RESP2OVL.EXE which does not overlay message
  43. display code, therefore executes quite a bit faster is you can 'afford' the
  44. extra 17k of RAM.
  45.